Type Alias: BatchSendStatus
type BatchSendStatus = {
status: BatchSendStatusType;
transferredGasObjects?: FaucetReceipt;
};
Generated factory for BatchSendStatus record objects.
Properties
status
status: BatchSendStatusType;
transferredGasObjects?
optional transferredGasObjects?: FaucetReceipt;