Type alias TransferFeeResult

TransferFeeResult: Prettify<TransferFeeData | {
    error: string;
}>