Interface BuildRegistrationTransactionResponseDto

interface BuildRegistrationTransactionResponseDto {
    gasEstimate: number;
    transaction: string;
}

Properties

gasEstimate: number

The estimated gas required for the transaction on the Babylon chain

transaction: string

The unsigned Babylon transaction in base64 format ready to be signed and broadcast

Generated using TypeDoc