Exemplo n.º 1
0
        private async Task InternalCompleteCreateAsync()
        {
            ContractRecord = await Client.CreateContractWithRecordAsync(ContractParams, ctx =>
            {
                ctx.Memo = "Payable Contract Create: Instantiating Payable Instance " + Generator.Code(10);
            });

            Assert.Equal(ResponseCode.Success, FileRecord.Status);
        }
Exemplo n.º 2
0
        private async Task InternalCompleteCreateAsync()
        {
            ContractRecord = await Client.CreateContractWithRecordAsync(ContractParams, ctx =>
            {
                ctx.Memo = Memo;
            });

            Assert.Equal(ResponseCode.Success, ContractRecord.Status);
        }