mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-23 02:10:01 +01:00
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
|
export const sendTransaction = async () => {
|
||
|
return {}
|
||
|
}
|
||
|
|
||
|
export const writeContract = async () => {
|
||
|
return {}
|
||
|
}
|