Skip to main content

Type Alias: TransactionMetadata

type TransactionMetadata = {
gasBudget?: bigint;
gasObjects?: ObjectRef[];
gasPrice?: bigint;
gasSponsor?: AddressLike;
sender?: AddressLike;
};

Generated factory for TransactionMetadata record objects.

Properties

gasBudget?

optional gasBudget?: bigint;

gasObjects?

optional gasObjects?: ObjectRef[];

gasPrice?

optional gasPrice?: bigint;

gasSponsor?

optional gasSponsor?: AddressLike;

sender?

optional sender?: AddressLike;