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