Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jun 17, 2024
1 parent 81d5631 commit 52a3aca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/contract/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@ export type AssembledTransactionOptions<T = string> = MethodOptions &
method: string;
args?: any[];
parseResultXdr: (xdr: xdr.ScVal) => T;
};/**
* The default timeout for waiting for a transaction to be included in a block.
*/


};

/**
* The default timeout for waiting for a transaction to be included in a block.
*/
export const DEFAULT_TIMEOUT = 5 * 60;
export const NULL_ACCOUNT = "GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF";

0 comments on commit 52a3aca

Please sign in to comment.