Type Alias GetPlatformFeeInfoResponse

GetPlatformFeeInfoResponse: {
    platformFee: string;
    platformFeeAddress: `0x${string}`;
}