File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @heyanon/sdk" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "license" : " MIT" ,
55 "main" : " dist/index.js" ,
66 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export interface FunctionReturn {
1515type SignTypedDataParameters = Omit < ViemSignTypedDataParameters , 'account' > ;
1616
1717export interface EvmFunctionOptions {
18+ readonly getAddress : ( ) => Promise < Address > ;
1819 readonly getProvider : ( chainId : number ) => PublicClient ;
1920 readonly sendTransactions : ( props : EVM . types . SendTransactionProps ) => Promise < EVM . types . TransactionReturn > ;
2021 readonly deployContracts : ( props : DeployContractProps ) => Promise < Address [ ] > ;
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export interface TransactionReturnData {
1313}
1414
1515export interface TransactionReturn {
16- readonly isMultisig : boolean ;
1716 readonly data : TransactionReturnData [ ] ;
1817}
1918
You can’t perform that action at this time.
0 commit comments