Type Alias TransferFailed

TransferFailed: {
    reason: string;
    timestamp: number;
}

Type representing a transfer failure