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