Type Alias TransferSuccess

TransferSuccess: {
    transactionHash: string;
}

Represents a successful transfer.